Htaccess – password generators, common usage

Password Generator(s) Password Generator #1 Password Generator #2 Password Protect a Directory AuthUserFile /usr/local/apache2/somesite/somefolder/.htpasswd AuthGroupFile /dev/null AuthName “Enter User and Pass” AuthType Basic <Limit GET POST> require valid-user </Limit> Redirect all requests to a specific page Options +FollowSymlinks RewriteEngine on RewriteCond %{REQUEST_URI} !/maintenance.html$ RewriteRule $ /maintenance.html [R=302,L] Allow access to lower-level directory Allow from all … Continue reading Htaccess – password generators, common usage